.store_body .store_menu_top{
    background-color: #ffc1b4;
    color: #3e3e3e;
}
.store_body .store_name a {
    color: #ff431b;
}
.store_body .m_menu .item {
    color: #ff431b;
    border-bottom: 0px solid #fff;
}
.store_body .header-outer {
    background: #fff0f0 no-repeat;
}
.store_body .grid-shop .pro-text {
    border: 0px solid #D39862;
    border-radius: 0px;
    padding: 30px;
    background-color: #fff8f6;
    border-radius: 10px;
    margin-bottom: 0px;
}
.store_body .no_p {
    padding: 10px;
}
.store_body .pro-text.product-detail {
    border: medium none;
    background-color: #ffffff;
}
.store_body .top_c_01s {
    border-bottom: 0px solid #b11e22;
    color: #ff431b;
    font-size: 26px;
    text-align: center;
    margin-top: 50px;
    background-color: #ffc1b4;
    border-radius: 10px;
    margin-bottom: 15px;
}
.store_body .grid-shop .pro-text-outer>span {
    color: #ff431b;
    font-size: 18px;
    padding: 10px 10px;
}
.store_body .wk-price {
    color: #cb3747;
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0 10px;
}
.store_body .grid-shop .add-btn {
    background: #ffc1b4 none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 50px;
}
.store_body .pagination > .active > a, .pagination > .active > a:focus,.store_body .pagination > .active > a:hover,.store_body .pagination > .active > span,.store_body .pagination > .active > span:focus,.store_body .pagination > .active > span:hover {
    background-color: rgb(255 154 132);
    border-color: rgb(255 154 132);
}
.store_body .newsletter {
    background: #ff9a84;
}
.store_body footer {
    background-color: #a34a10;
    color: #fff;
}
.store_body .grid-shop .pro-text-outer:hover .add-btn,.store_body .grid-shop .pro-text-outer:hover .add-btn2 {
    background: #ff795c;
    border: 1px solid #ff795c;
    color: #fff;
}
.store_body{
   background: url(../images/bk_b.png) repeat;
}
.store_body .grid-shop > .container{
   background-color: #fff;
   box-shadow: 0px 0px 15px rgb(145 130 130 / 25%);
}
.store_body .news_box {
    padding: 10px 25px;
}
.store_body .news_box a {
    border: 1px solid #ffc1b4;
    padding: 10px 10px 20px;
    color: #777;
    border-radius: 10px;
}
.store_body .news_box a:hover {
    box-shadow: 0 10px 10px rgb(255 193 180 / 50%);
}
.store_body .news_text {
    color: #ff431b;
}
.store_body .m_menu a:hover .item {
    color: #fffdbe;
}
.store_body .blog-img img {
    width: 100%;
    border-radius: 10px;
}


@media (max-width: 767px){

.store_body .store_name a {
    color: #1e1e1e;
}
.store_body .no_p {
    padding: 2px;
}
.store_body .grid-shop .pro-text-outer>span {
    font-size: 14px;
}
.store_body .wk-price {
   font-size: 22px;
    
}


}